ArcFM Responder Mobile Developer Guide
IsMultifed Property






Gets or sets whether the feature is fed by more than one feeder.
Syntax
'Declaration
 
ReadOnly Property IsMultifed As System.Boolean
'Usage
 
Dim instance As IFeederInfo(Of TKey)
Dim value As System.Boolean
 
value = instance.IsMultifed
System.bool IsMultifed {get;}
read-only property IsMultifed: System.Boolean; 
function get IsMultifed : System.boolean
__property System.bool get_IsMultifed();
property System.bool IsMultifed {
   System.bool get();
}

Property Value

true if this instance is multifed; otherwise, false.
Remarks
Will modify the value of the FeederInfo.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IFeederInfo<TKey> Interface
IFeederInfo<TKey> Members

Send Feedback